home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / docs / ascii / internet / ftp_faq / ftp.faq
Encoding:
Text File  |  1996-05-26  |  56.5 KB  |  1,281 lines

  1.                            Anonymous FTP
  2.                Frequently Asked Questions (FAQ) List
  3.  
  4. Suggestions for changes and comments are always welcome.
  5.  
  6. ** Updated News:
  7. - this is the first release of the FAQ in 1996, the previous one
  8.   was from 30-Nov-95 (3.1.2). Due to personal circumstances, I've
  9.   been way too busy to occupy myself with maintaining this document
  10.   and the sitelist. Things are settling down now, but don't expect
  11.   strict monthly updates. Real life is too busy at the moment.
  12. - try http://ftpsearch.unit.no/ for searching, it's a very nice
  13.   server.
  14. - If you can recommmend any client/daemon programs let me know.. I'd
  15.   compiling a short list of them for inclusion in the faq
  16.  
  17.  
  18. Copyright (c) 1993-1996, Perry Rovers -- Text may be quoted in on-line
  19. documents and written publications, but please notify me so I can add a
  20. reference and make sure that you add pointers to the places where people
  21. can get the latest version. You may make this file available on public
  22. servers, like ftp, gopher or WWW servers as well, but please let me know.
  23. Do not modify the info itself (i.e. converting it to some other format)
  24. before consulting me. All rights reserved. This may seem stricter than
  25. the last versions, but I only want to make sure I'm notified of how
  26. this file is used and for what purpose. If you contact me, I'm sure
  27. we can work something out.
  28.  
  29. Thanks to all the people who have contributed to this document!
  30.  
  31. [Start Of File]
  32. ======================================================================
  33.  
  34. I maintain a directory of Internet sites accepting Anonymous FTP and mail
  35. retrieval of their files and a list of Frequently Asked Questions about
  36. (Anonymous) FTP.
  37.  
  38. -----------------------------
  39.  
  40. Subject: 1. Table of Contents
  41.  
  42. Topics are shown below and with their respective answers (*: new, +: changed)
  43.  
  44.         (1)  Table of Contents
  45.         (2)  What is and how do I use the FTP program?
  46.        +(3)  What types of FTP information are available?
  47.        +(4)  What is the most current version?
  48.        +(5)  Retrieving the listings via email.
  49.         (6)  Using FTP without direct Internet access.
  50.         (7)  Getting help when you have problems with a site.
  51.        +(8)  Getting a site listed or changes made.
  52.        +(9)  What is Archie and how does it relate to the list?
  53.        (10)  Using FSP/Gopher/WAIS/WWW to access archives.
  54.        (11)  How do I stop the listings from scrolling off the screen?
  55.        (12)  How do I set up an (Anonymous) FTP server?
  56.        (13)  How do I automate ftp sessions?
  57.       +(14)  URL's of the interesting things mentioned in this text.
  58.  
  59. -----------------------------
  60.  
  61. Subject: 2. What is and how do I use the FTP program?
  62.  
  63. The information below was originally maintained by Jon Granrose
  64. (one of the old maintainers of the listings). Mike Jones added the info
  65. about the existence and location of the compression data chart maintained
  66. by David Lemson. Tom Czarnik (another old maintainer) added some as well
  67. and I have made some changes too.
  68.  
  69.                                   By:
  70.  
  71.                             Jon Granrose
  72.                               Mike Jones
  73.                              Tom Czarnik
  74.                             Perry Rovers
  75.  
  76.  
  77.       This is not a definitive guide to FTP, but it will give a novice a
  78.       general idea of what it is and how to do it.
  79.  
  80.  
  81.                               What is FTP?
  82.  
  83.       FTP (File Transfer Protocol) allows a person to transfer files
  84.       between two computers, generally connected via the Internet. If
  85.       your system has FTP and is connected to the Internet, you can
  86.       access very large amounts of files available on a great number of
  87.       computersystems. If you are on Bitnet or a UUCP host, you should
  88.       look for servers that work through electronic mail (e-mail). A
  89.       good source of information on archives in general, is the Usenet
  90.       newsgroup comp.archives. When using FTP, you use a program, called
  91.       a 'client' to connect to a machine that holds the files, a 'server'.
  92.  
  93.  
  94.                          What is Anonymous FTP?
  95.  
  96.       Many computersystems throughout the Internet offer files through
  97.       anonymous FTP. This means that you can access a machine
  98.       without having to have an account on that machine (i.e. you don't
  99.       have to be an official user of the system). These anonymous FTP
  100.       servers contain software, documents of various sorts, files
  101.       for configuring networks, graphic images, songlyrics and all sorts
  102.       of other information. Archives for electronic mailing lists are
  103.       often stored on and are available through anonymous FTP. An
  104.       enormous amount of information is stored on these machines and is
  105.       ready for anyone who's seeking it.
  106.  
  107.       Note that all this is subject to change, it is a privilege
  108.       and the person responsible for the machine can shut it down
  109.       at any time without you being able to do anything about it.
  110.  
  111.  
  112.                                 Commands
  113.  
  114.       All the normal FTP commands may be used to retrieve files. Some
  115.       FTP commands are the same on different computers, but others
  116.       are not. Also, some of the ftp sites offer custom commands like
  117.       getting a directory with one command, 'regetting' a file or searching
  118.       of directories. Read the relevant README files on the site itself
  119.       for the 'special access features'.
  120.       Usually, FTP will list the commands if you type 'help' or type a
  121.       question mark (?). Also, your computer's help command may have
  122.       information about FTP. Try 'man ftp', 'man ftpd', 'help ftp',
  123.       'ftp /?', 'ftp -?' or 'ftp /h' (all these to be typed without
  124.       quotes).
  125.  
  126.       Some useful commands available on most systems include:
  127.  
  128.         ascii   Switch to ascii mode. Ascii mode is the default mode
  129.                 and used for transferring text files
  130.         binary  Switch to binary mode. For transferring binary files
  131.                 like .ZIP files, .Z files and the like
  132.         cd      Change the directory on the remote computer
  133.         dir     List the files in the current directory on the remote
  134.                 computer.
  135.         ls      Same as 'dir', but shows less information sometimes.
  136.         get     Copy a file from the remote computer to yours
  137.         hash    Puts a '#' on the screen for every <number> of bytes
  138.                 transferred. <number> is 1024 in some cases, 2048 in others
  139.                 but is between 1024 and 4096 in most cases.
  140.                 Check the ftp 'help' function for more info on the number for
  141.                 your clientprogram.
  142.         help    Gives help on the use of commands within the ftp program
  143.         lcd     Change the directory on your computer (the 'l' is for local)
  144.         lpwd    Shows the present working directory (pwd) on your
  145.                 computer (the 'l' is for local). Note: this may not
  146.                 work on all machines. On a Unix machine, try !pwd
  147.                 if lwpd doesn't work.
  148.         mget    Copy multiple files from the remote computer to yours
  149.         pwd     Shows the present working directory (pwd) on the
  150.                 remote computer
  151.  
  152.  
  153.                                Procedure
  154.  
  155.       Anonymous FTP is a facility offered by many machines on the
  156.       Internet. This permits you to log in with the user name 'anonymous'
  157.       or the user name 'ftp'. When prompted for a password, type your e-mail
  158.       address -- it's not necessary, but it's a courtesy for those
  159.       sites that like to know who is making use of their facility. Be
  160.       courteous. Some sites require a valid e-mail address, others don't.
  161.  
  162.       You can then look around and retrieve files. (Most anonymous ftp
  163.       sites do not permit people to store files). Note that when you
  164.       retrieve files, you have to know where the files are going to
  165.       end up on your machine. This is where the 'lpwd' command comes
  166.       in handy. Also note that when you have transferred a file that
  167.       you want to use on your PC, but you run ftp from a Unix machine
  168.       (or a similar mainframe or network machine), you will have to ftp
  169.       the file from the Unix machine to your PC first (this is assuming
  170.       that you can't ftp to outside your company or campus from your PC,
  171.       otherwise you could have gotten the file directly to the PC).
  172.       This may sound silly, but sometimes people don't know where their
  173.       files are stored or a system administrator decides to give ftp
  174.       access to only a few systems.
  175.  
  176.       Typically, a directory called 'pub' is where the interesting
  177.       things are stored. Some sites will have a file with a name
  178.       like ls-lR, that contains a complete list of the files on
  179.       that site. Otherwise, you can type ls -lR and get such a listing
  180.       -- for some sites, this can take a LONG time (the size of the
  181.       resulting file can be anywhere between approximately 2000 bytes
  182.       and 25Mb).
  183.  
  184.       When retrieving non-text files, you must use binary mode,
  185.       otherwise the file gets messed up. To do this, use the
  186.       'binary' command. (It's safe to set this for text files, but
  187.       the result might look a bit different from an ASCII transfer)
  188.       If the site at the other end is non-Unix, you may need to
  189.       use some other mode -- see the documents or README files
  190.       for that site and for FTP (common other modes, are LZ for
  191.       VAX Multinet servers, tenex or image for some others).
  192.  
  193.       The simplest way to initiate FTP would be to give the command
  194.       'ftp <system-name>'. The  <system-name>  is the remote
  195.       system you are connecting to, either a name like garbo.uwasa.fi,
  196.       if you have an entry in /etc/hosts or are accessing a Domain
  197.       Name Server or the Internet address 193.166.120.5  for Garbo. If
  198.       that last sentence doesn't seem to make sense just try: ftp
  199.       garbo.uwasa.fi or ftp 193.166.120.5 and look what happens.
  200.       After a short wait, you will be prompted for your username. If
  201.       you do not have an account on the remote system, some systems
  202.       allow you to use 'anonymous'. This gives you a restricted
  203.       access path (meaning that you can only run certain commands
  204.       like 'dir' or 'ls' and are allowed only access to certain
  205.       directories like 'pub').
  206.  
  207.       You would then be prompted for a password. Some systems will
  208.       tell you to send your real identity as the password. What you
  209.       type doesn't matter in most cases, but it is suggested to give
  210.       your e-mail address. This as a courtesy to the archive maintainers,
  211.       who would like to know who's using their system. Other systems
  212.       need a password of 'guest', or something similar. DO NOT
  213.       TYPE A PASSWORD THAT YOU USE ON YOUR OWN SYSTEM.
  214.  
  215.       After that, you should receive the FTP prompt ( usually ftp> )
  216.       and have access. You can get a directory of files by giving a
  217.       'dir' command. If the remote system is Unix-based and dir does
  218.       not work, try 'ls -l' for an MS-DOS like output.
  219.       On Garbo, there is a file available in the default anonymous ftp
  220.       directory that explains what Garbo is and where files are located.
  221.       Look for 00-index.txt or README files or some similar name.
  222.  
  223.       Unix systems will all have the same directory structure, and
  224.       moving around is done with the 'cd' or 'cwd' command.
  225.       TOPS-20, VAX/VMS, DOS VM/CMS and other systems have a different
  226.       structure, but movement is still accomplished with the 'cd'
  227.       command.
  228.  
  229.       VAX/VMS systems have filesystems that show as ALL CAPS
  230.       and directories can be recognized as filenames ending in .DIR
  231.       e.g FAQ.DIR
  232.  
  233.       Files reside on disks, denoted by NAME: e.g. NETDISK:
  234.       and a file on that disk could be denoted by:
  235.       NETDISK:[FAQ.INTERNET]FTP.FAQ
  236.  
  237.       You can change to that directory by typing:
  238.       cd netdisk:[faq.internet]
  239.       but since you are generally allowed only access to one disk,
  240.       you probably can use cd [faq.internet] or type cd faq and
  241.       then cd internet
  242.  
  243.       TOPS-20 has directories of the form: DISK:<DIR1.DIR2>, VAX/VMS
  244.       has directories of the form DISK:[DIR1.DIR2] (use cd [-] instead
  245.       of cd .. and cd [.DIR1] instead of cd dir1). DOS, OS/2 and
  246.       Windows NT look like Unix but have shorter directory names.
  247.       VM/CMS has mini-disks that can be accessed with the CD command:
  248.  
  249.       cd <vm_userid>.<vaddr>
  250.  
  251.       e.g. cd arcdks.100
  252.  
  253.       For an anonymous userid:
  254.  
  255.       cd <userid_of_interest>.<vaddr>
  256.       account <mini-disk_write_password>
  257.  
  258.       e.g. cd bob.191
  259.       account bob1
  260.  
  261.       Note: 'account...' may not be required if the mini-disk is not
  262.             password protected.
  263.  
  264.       A lot of systems give some information about how to use the
  265.       system when you login, look for that after you have typed
  266.       the password (some of those messages will not be shown if
  267.       you use a - as the first character in your password, some
  268.       people need this because the system won't recognize them
  269.       otherwise. If you have problems logging into a site, try
  270.       a - as the first character).
  271.  
  272.       Different systems have different organizations for their files,
  273.       and the above example is the way most archives have set it up.
  274.       By looking around other systems, you can learn how their files
  275.       are arranged and move around much faster. Note, however,
  276.       that FTP will not allow you outside the FTP 'root' directory.
  277.       Moving about the entire system is not permitted. You will
  278.       get 'Permission denied' messages (or plainly not receiving any
  279.       message and still not be able to change to the directory).
  280.  
  281.       Usually, files are grouped in archive files, so you don't have
  282.       to get many small files separately. The most common archival
  283.       file formats for the Internet are tar and zip. Occasionally,
  284.       people use shell archives (shar) instead. Tar files are basically
  285.       a bunch of files 'glued' together. Tar archives can be unpacked
  286.       by running the 'tar' command on a Unix system (tar exists also
  287.       for DOS, VMS and a whole bunch of other Operating Systems) --
  288.       you may want to first do a 'tar t' on the file to see what it
  289.       contains before unpacking it. This means typing: 'tar t filename.tar'
  290.       or 'tar tf filename.tar' and looking what the output shows. To unpack
  291.       the .tar file, type: 'tar xvf filename.tar', this will create a
  292.       directory called filename with the unpacked archive in it (no quotes
  293.       again).
  294.       Be careful when unpacking shell archives since they have to be
  295.       run through the Bourne shell to unpack them. (The simplest
  296.       way is to use the unshar command).
  297.  
  298.       Files are often stored compressed, because they take up less
  299.       space that way -- for Unix, the most common compression 'scheme'
  300.       is the 'compress' program, indicated by a .Z suffix on the file
  301.       name. Also you will find Arc, Zoo, Arj, Lzh, gzipped or Zip files,
  302.       which are combined archival and compression formats (there are
  303.       other archival formats as well - talk to the systems staff if
  304.       you encounter them and don't know how to deal with them).
  305.       For .zip files use zip and unzip (or pkzip/pkunzip), for .gz files
  306.       use gzip and for .Z files use compress, which are available for all
  307.       Operating Systems.
  308.  
  309.       Archival and compression utilities are very handy, but can make
  310.       it very difficult to 'get' a file and use it:
  311.       when you're on a DOS or VMS system for example you can't type:
  312.  
  313.          get filename.tar.Z
  314.  
  315.       You have to type:
  316.  
  317.          get filename.tar.Z filename.tz
  318.  
  319.       or something like that and then remember what you have to do to
  320.       unpack the file, namely first running your version of 'compress'
  321.       on it and then your version of 'tar'.
  322.       Remember this when you can't seem to transfer a file.
  323.       An interesting feature of most ftp servers in use today, is the
  324.       ability to compress and decompress 'on the fly'. This means that
  325.       when you want to 'get' a .Z file, but you don't have compress
  326.       handy, you can type: get filename.Z filename
  327.       The server will then decompress the file and leave you with a plain,
  328.       uncompressed file. Most servers support on-line decompression of
  329.       .Z, .gz and .tar files and even 'get'ting an entire directory with
  330.       'get directoryname directoryname.tar'. Note that this can take up
  331.       a huge amount of space and maybe take ages. Make sure you know what
  332.       you are doing when trying this.
  333.  
  334.       These are the most common file types (there are zillions more):
  335.  
  336.          SUFFIX      FTP     TYPE
  337.          ------      ---     -----
  338.         .arc         bin     ARChive (hardly used anymore)
  339.         .arj         bin     Arj (mostly MS-DOS)
  340.         .gif         bin     Graphics Interchange Format
  341.         .gz          bin     GNU Zip
  342.                              (Not compatible with Zip.
  343.                              Found on some sites as .z files.
  344.                              GNU zip is seen in combination with
  345.                              tar as .tgz files, maybe even as .tz files)
  346.         .hqx         asc     HQX (Mac, Mac equivalent of uuencode)
  347.         .jpg         bin     JPEG (graphics format)
  348.         .lzh         bin     LHa, LHarc, Larc
  349.         .shar        ascii   SHell ARchive (mostly Unix)
  350.         .sit         bin     Stuff-It (Mac)
  351.         .tar         bin     Tape ARchive (mostly Unix)
  352.         .uu          ascii   uuencode/uudecode (also .uue)
  353.         .Z           bin     compress (mostly Unix, seen in combination
  354.                              with tar as .tar.Z files)
  355.         .zip         bin     Zip (either PKZip or Zip/Unzip)
  356.         .zoo         bin     Zoo
  357.  
  358.       To get a list of all file compression/archiving methods and the
  359.       programs to uncompress/unarchive (on the PC, Mac, Unix, VAX/VMS,
  360.       VM/CMS, Atari ST and Amiga systems), FTP to the following site
  361.       and retrieve the listed file:
  362.  
  363.           ftp.cso.uiuc.edu directory: /doc/pcnet/compression
  364.  
  365.       This could be helpful to people new to FTP that don't know how
  366.       to unpack the file they have just transferred.
  367.       Also check out the Frequently Asked Questions (FAQ) Lists and
  368.       other periodical postings in the news.answers group. Especially
  369.       the comp.graphics, comp.compression and the different
  370.       Operating Systems FAQs (Unix, VMS etc.) can be very handy.
  371.       Most archiver programs are available from garbo.uwasa.fi in either
  372.       /pc/arcers or /unix/arcers.
  373.  
  374. Last but not least, for novices to the Internet, I highly recommend a
  375. good book, e.g. 'The Whole Internet User's Guide and Catalog' by Ed Krol.
  376. It is written clearly and contains an enormous amount of information.
  377. Read it cover to cover, and keep it close at hand.
  378. Published by O'Reilly & Asscociates, it is available from many computer
  379. bookstores or O'Reilly's worldwide distributors.
  380. Contact the publisher at +1 707-829-0515 (USA), or send e-mail to
  381. nuts@ora.com for information.
  382.  
  383. Unfortunately, this book is already outdated, but it still offers
  384. an invaluable resource and manual for novices and more experienced
  385. Internet users. Apparently there will be a new version of this book
  386. somewhere this year, so look out for it.
  387. Other books are 'The Internet Companion', 'Internet: Getting Started',
  388. 'Internet Unleashed', 'The Internet Guide for New Users' and a lot more.
  389. Look for them in your local bookstore.
  390.  
  391. Almost all of the information in these books is also available on-line
  392. through various documents like the MaasInfo files, Zen and the Art of the
  393. Internet, The HitchHiker's Guide to the Internet, The Big Dummy's Guide
  394. to the Internet, the on-line version of The.Internet.Companion, the
  395. Internet Resource Guide and a whole number of FAQs, RFCs and the like.
  396.  
  397. The MaasInfo and Big Dummy's Guide files appear to be the most recent of
  398. these kind of files (look for info on where to get them in the
  399. sitelisting itself or try mailing to netguide@eff.org, that should send
  400. you the Big Dummy's Guide in a number of parts).
  401.  
  402. Another source for information might be the magazine Internet World,
  403. from Meckler Corp. (info@mecklermedia.com).
  404.  
  405. I'm not affiliated with any of the publishers, authors or anyone
  406. mentioned above, but I bought some of the books and like them.
  407.  
  408. -----------------------------
  409.  
  410. Subject: 3. What types of FTP information are available?
  411.  
  412.         FAQ - Frequently Asked Questions List about FTP
  413.         SITELIST - Comprehensive Information, containing:
  414.  
  415.         o Site name
  416.         o Country
  417.         o Date of last modification
  418.         o GMT difference (+/-)
  419.         o Source of last update
  420.         o Administrative e-mail address
  421.         o Organization maintaining FTP site, city, state, department
  422.           if applicable
  423.         o Other servers if available and instructions for use if applicable
  424.           (e-mail, FSP, gopher, WWW)
  425.         o System Type (Operating System, hardware)
  426.         o Universal Resource Locator (for World Wide Web browsers)
  427.         o Comments
  428.         o Types of Files
  429.  
  430.      Note that apart from my ftp-list.zip file, Timo Salmi (ts@uwasa.fi)
  431.      is maintaining a complementary list of a number of MS-DOS ftp sites.
  432.      They list some more information on a subset of sites in my SITELIST
  433.      file. The file is called moder*.zip where * is a version number and
  434.      it is available from garbo.uwasa.fi in directory /pc/pd2 and
  435.      ftp.coast.net in directory /pub/msdos/info.
  436.      Also, Christian Hettler (hettler@ask.uni-karlsruhe.de) is maintaining
  437.      a list of German FTP sites on ftp.ask.uni-karlsruhe.de, directory:
  438.      /pub/info, file: ftp-list-de and Arjan de Vet (devet@iaehv.nl) is
  439.      maintaining a list of Dutch FTP sites on ftp.iaehv.nl, directory:
  440.      pub/usenet/nlnet, file: nl-ftp (this one is in Dutch). Russell Vincent
  441.      (vincent@ucthpx.uct.ac.za) maintains a list of South-African ftp,
  442.      archie, whois and gopher servers at ftp.uct.ac.za in
  443.      /pub/archives/faq-sites.txt Furthermore, there are 2 documents
  444.      describing anonymous FTP servers in the Czech Republic:
  445.      http://www.cvut.cz/cesnet/resources/ftp.htm#anon and the Slovac
  446.      Republic: http://nic.uakom.sk/SANET/hypertext/services.html#ftp
  447.      On ftp.urec.fr there's a file called ftp-france-liste, but it doesn't
  448.      seem to be updated regularly.
  449.  
  450.      Several newsgroups have their own FAQs that contain listings
  451.      of sites. If you're interested in a particular topic, try looking
  452.      in the FAQ(s) of the newsgroups related to that topic as well.
  453.  
  454. -----------------------------
  455.  
  456. Subject: 4. What is the most current version?
  457.  
  458. Look in the Version: line in the top of this file and compare
  459. it to the faq file in ftp-list.zip on garbo.uwasa.fi, ftp.simtel.net
  460. or ftp.coast.net. The latest version is always available there.
  461.  
  462. -----------------------------
  463.  
  464. Subject: 5. Retrieving the list from alternate sources.
  465.  
  466.      1) Pick it up from anonymous FTP archives; look for 'ftp-list'
  467.         in the SITELIST file. Be warned, many sites carry Jon
  468.         Granrose's (sometimes known as ODIN.FTPLIST, pre Jan-92) or
  469.         Tom Czarniks's old FTP listing (pre Apr-93) and these files
  470.         are outdated. It will take a while for this version to spread,
  471.         but the following sites always carry the latest version:
  472.  
  473.         Europe - garbo.uwasa.fi as /pc/doc-net/ftp-list.zip
  474.         USA    - rtfm.mit.edu in the /pub/usenet/news.answers/ftp-list
  475.                  directory: faq file and sitelist directory (ASCII)
  476.         USA    - ftp.simtel.net as /pub/simtelnet/msdos/info/ftp-list.zip
  477.         USA    - ftp.coast.net as /pub/SimTel/msdos/info/ftp-list.zip
  478.         Asia   - ftp.edu.tw in /documents/networking/guides/ftp-list
  479.                  several files in several formats (.Z, .gz, .zip, ASCII,
  480.                  dBase and MS-Access database versions and AmigaGuide
  481.                  Hypertext version) [THE FTP.EDU.TW VERSION IS CURRENTLY
  482.                  OFF-LINE]
  483.  
  484.         Admins who would like to mirror the list are welcome to mirror any
  485.         of the above sites/directories, dependent on what format they like.
  486.  
  487.      2) send an e-mail message to mail-server@rtfm.mit.edu with
  488.         no subject and in the body of the message:
  489.  
  490.           send usenet/news.answers/ftp-list/faq
  491.           send usenet/news.answers/ftp-list/sitelist/part*
  492.  
  493.           [if this fails, try part1 etc. instead of part* and repeat
  494.           the message until you get an error]
  495.  
  496.      3) Send me mail: Perry.Rovers@IAEhv.NL. State how you need it sent
  497.         and I'll get to it you ASAP. Note that this is NOT the preferred
  498.         method!!! Try one of the above methods first. Thanks to the efforts
  499.         of Lou Swiczewicz (swicz@acc.rwu.edu) and Dave Thomas
  500.         (Dave_Thomas@mindlink.bc.ca) there are a dBase and Microsoft Access
  501.         database version and a Hypertext AmigaGuide version. The list is also
  502.         searchable through some gophers, I'm gonna add a list of them at some
  503.         later date. [I'm currently not sure how these versions are coming
  504.         along, I'll have to look into that someday. I haven't seen the
  505.         Amiga Guide version and the Access version is lagging behind.
  506.         So don't ask me about those versions, because I don't know how
  507.         they are faring. Check ftp.edu.tw, which is currently off-line
  508.         however or Aminet sites for them.]
  509.         I recently tried packftp, by Mark Rinfret (mrr@mrsoft.network23.com),
  510.         which converts the sitelist to comma-delimited format. It looks
  511.         great! Be sure to watch comp.archives.msdos.announce for the upload
  512.         announcement. It will probably include a MS-Access version of the
  513.         sitelist as well.
  514.  
  515. -----------------------------
  516.  
  517. Subject: 6. Using FTP without direct Internet access.
  518.  
  519. It is possible to get files from a site by using a general mail
  520. server. Many sites have their own servers. If you're on BITNET, ask
  521. your sysadmin or technical support group about BITFTP (or send mail
  522. with a body of 'help' (no quotes, and nothing else) to BITFTP@PUCC,
  523. BITFTP@PLEARN or BITFTP@DEARN (known on the Internet as
  524. bitftp@pucc.princeton.edu, bitftp@plearn.edu.pl and bitftp@vm.gmd.de
  525. respectively)
  526.  
  527. Also, there's a service called TRICKLE, a concentrator of several
  528. ftp sites. Through TRICKLE you can retrieve files by e-mail or
  529. have them ftped to your own machine or SEND to you. It's also possible
  530. to subscribe to directories or files (you can for instance subscribe
  531. to the McAfee virusscanner and get it by mail everytime there's
  532. a new version). Send e-mail with '/HELP' (no quotes) in the body
  533. to trickle@hearn.nic.surfnet.nl or trickle@hearn.bitnet,
  534. for more info and a list of other trickle servers.
  535.  
  536. For non-BITNET sites, try using DEC's mail server. Send mail to
  537. ftpmail@decwrl.dec.com with 'help' (no quotes) in the body of the
  538. letter. You should NOT send a blank letter, commands are not optional.
  539.  
  540. Other servers that might be closer and provide the same service are:
  541. - ftpmail@cs.uow.edu.au (Australia)
  542. - ftpmail@ftp.uni-stuttgart.de (Germany)
  543. - ftpmail@grasp.insa-lyon.fr (France)
  544. - ftpmail@doc.ic.ac.uk (Great Britain)
  545. - ftpmail@ieunet.ie (Ireland)
  546. - ftpmail@sunsite.unc.edu (USA)
  547. - ftpmail@ftp.uu.net (USA, message relayed to ftpmail@decwrl.dec.com)
  548.  
  549. Actually, you are urged to use one of the above instead of decwrl.dec.com.
  550. That machine is very overloaded as it is the most widely known ftpmailer.
  551. So, lift the burden and use (faster!) closer machines!!!
  552.  
  553.   Requests for the ftpmail servers are of the form:
  554.  
  555.     open <site> <username> <password>
  556.     cd <directory>
  557.     dir                              # To obtain a directory listing
  558.     get <file>                       # To retrieve a file
  559.     quit
  560.  
  561.   Example:
  562.     open rtfm.mit.edu anonymous provers@kub.nl
  563.     cd /pub/usenet/news.answers/ftp-list
  564.     get faq
  565.     quit
  566.  
  567.  
  568. NOTE: Please make sure your system admin has approved the the use of
  569.       a mail server, as files can take system resources of not only
  570.       your site, but several sites up the stream. And please abide
  571.       by the guidelines that the ftpmail server administrators have
  572.       put in their help files. Most ftpmail servers default to their
  573.       own site for files, so try retrieving things from that site first.
  574.       In general, most files you need are already available there, so
  575.       it is a waste to connect to another machine.
  576.       Also, don't use servers in Y to fetch files from X if you live
  577.       in X and can use a server in X, e.g. X=Europe, Y=USA.
  578.       Several servers have stopped providing ftpmail service to other
  579.       hosts because they were being overloaded by these kind of
  580.       requests. DON'T DO IT! You ruin a very good service, not only
  581.       for yourself, but also for numerous other users.
  582.  
  583. -----------------------------
  584.  
  585. Subject: 7. Problems with a site.
  586.  
  587. If you are unable to access the site because your computer doesn't seem
  588. to be able to 'find' the site (the ftp program returns 'invalid host'
  589. or 'unable to resolve hostname' or some similar errormessage), try one of
  590. the following ways to see if the name of the site is known:
  591. (information partly by rosen@unr.edu (David Rosen) from the Emacs FAQ)
  592.  
  593. - telnet to the site and see if that works, if it does, there's either no
  594.   ftp server active at the site or there's a configuration error with your
  595.   ftp client program. Normally, the errormessage would be something like:
  596.   'I/O error on network device' or you do get a connection with the ftp
  597.   server but it says 'Service not available. Remote service has closed the
  598.   connection'.
  599.   Telnet works on all systems, there are some more informative ways however:
  600. - try 'nslookup sitename' or 'host sitename' (this usually works on Unix
  601.   systems) and see what that gives. If they can't find the site, your
  602.   nameserver (the computer that looks up the addresses of computers) doesn't
  603.   know the site 'sitename'. You can try again in a couple of minutes if you
  604.   think it might be a delay between 'sitename' and your machine. If that
  605.   doesn't help then either your site has a deficient nameserver (ask your
  606.   local admin to fix it) or the site 'sitename' does not exist.
  607. - another program you can try is 'ping', 'traceroute' or 'hopcheck' to see
  608.   if there is a clear link (or path) to the machine 'sitename'. This is
  609.   however a bit too technical for the ordinary user.
  610. - easy ways to check if the name 'sitename' can be found outside of your
  611.   domain (in my case kub.nl) is by mailing to one of the following addresses:
  612.  
  613.   dns@grasp.insa-lyon.fr (put 'ip sitename' (no quotes) in the body or 'help'
  614.                           for an info file. Lots of options available)
  615.  
  616.   service@nic.ddn.mil    (use 'host sitename' as the subject of the message.
  617.                           Also other options, send 'help' as the subject)
  618.  
  619.   resolve@cs.widener.edu (put 'site sitename' in the body of the message.
  620.                           No other options)
  621. - you can try to telnet to nic.ddn.mil 101 and type 'HNAME sitename'
  622.   (not very reliable it seems to me, but your mileage may vary)
  623.   or you can telnet to tacom-emh1.army.mil 117
  624.  
  625. If you can get a connection with the site or if a problem appears while
  626. accessing the site or when retrieving a file, mail the problems to the admin
  627. address shown in the Sites list. When you report a problem, please be
  628. very explicit, i.e. don't write 'I can't get a file' but explain when it
  629. happened, what file it was, what system you are using etc. And word your
  630. message politely. It's no use to annoy an admin if you want a file
  631. from that site.
  632. If an admin address is not shown, attempt to use 'ftp@site_name'; replace
  633. 'site_name' with the name of the troublesome site. If it's very
  634. urgent, try sending a note describing the problem to
  635. postmaster@site_name or when the site is a Unix machine: root@site_name
  636. and when the site is a VAX/VMS machine: operator@site_name (the
  637. postmaster@site_name should be valid in all cases).
  638. If that fails, post a note to comp.archives.admin (the newsgroup for
  639. archive administrators). I'm going to include a list of common error
  640. messages here someday, so you don't have to contact the admin for
  641. some common notices you might receive. One of those message is:
  642. 'permission denied'. This can mean a few things: either you don't have
  643. write rights to the directory where you started 'ftp' from and you're
  644. trying to retrieve a file or the file or directory on the remote
  645. site has been made unaccessible to you (e.g. a /private directory).
  646. The solution to the first possibility is to change to a directory
  647. where you are allowed to write files (like your 'home' directory)
  648. and the solution to the second possibility is to ask the admin
  649. to change the permissions to that file or directory, but you'd
  650. better have a good reason to need access to that file or directory.
  651. Most of the time those permissions are there for a reason.
  652. Other messages will be included at a later date, in the meanwhile,
  653. check the helpfiles on your ftp client first if they give you the
  654. answer.
  655.  
  656. -----------------------------
  657.  
  658. Subject: 8. Getting a site listed or changes made.
  659.  
  660. Send mail to Perry.Rovers@IAEhv.NL
  661. Include the information stated below, in the body of the
  662. letter.
  663.  
  664.      Needed information
  665.  
  666.         o Site name
  667.         o Site's country of operations, preferably location within
  668.           country as well
  669.         o GMT difference (I don't bother with daylight savings and the like)
  670.         o Manager(s) full name & email address(es) (not made public if
  671.           you don't want it)
  672.         o Any aliases you want listed for the site (preferred are ALL
  673.           aliases that you know, because some people might refer to them.
  674.           These are just there for completeness sake and to easily spot
  675.           duplicate entries, NOT for use by anonymous ftp users). Actually,
  676.           the term alias is misleading because the Site name is mostly
  677.           an alias and what I list as Alias is mostly the real name.
  678.         o Administrative address used for FTP related issues by the
  679.           general public (like ftp@site_name)
  680.         o Organization operating site, department within the organization
  681.         o Is an E-mail, FSP, Gopher, WAIS or WWW server available and how
  682.           can one use it?
  683.         o Type of system the server is running on (OS, hardware)
  684.         o Preferred Universal Resource Locator (either ftp://, gopher://,
  685.           http:// or some other one)
  686.         o Comments (restrictions and the like if any)
  687.         o General description of the types of files available, special
  688.           directories etc.
  689.  
  690. Please fill in this info completely and don't just mail a sitename.
  691. This saves me work and makes the list more complete.
  692.  
  693. -----------------------------
  694.  
  695. Subject: 9. What is Archie and how does it relate to FTP?
  696.  
  697. Archie is a special service that keeps file listings from different FTP
  698. sites. You can Telnet to an Archie server (login with username
  699. 'archie') or use a client program to search for specific files.
  700.  
  701. Here are some sites; send mail to 'archie@site_name' for a help file.
  702. Note that some sites do not support mail access. Most do however.
  703.  
  704.     archie.au                   139.130.4.6     Australia
  705.     archie.edvz.uni-linz.ac.at  140.78.3.8      Austria
  706.     archie.univie.ac.at         131.130.1.23    Austria
  707.     archie.uqam.ca              132.208.250.10  Canada
  708.     archie.funet.fi             128.214.6.100   Finland
  709.     archie.th-darmstadt.de      130.83.22.60    Germany
  710.     archie.ac.il                132.65.6.15     Israel
  711.     archie.unipi.it             131.114.21.10   Italy
  712.     archie.wide.ad.jp           133.4.3.6       Japan
  713.     archie.kr                   128.134.1.1     Korea
  714.     archie.sogang.ac.kr         163.239.1.11    Korea
  715.     archie.rediris.es           130.206.1.2     Spain
  716.     archie.luth.se              130.240.18.4    Sweden
  717.     archie.switch.ch            130.59.1.40     Switzerland
  718.     archie.ncu.edu.tw           140.115.19.24   Taiwan
  719.     archie.doc.ic.ac.uk         146.169.2.10    United Kingdom
  720.     archie.unl.edu              129.93.1.14     USA (NE)
  721.     archie.internic.net         198.48.45.10    USA (NJ)
  722.     archie.rutgers.edu          128.6.18.15     USA (NJ)
  723.     archie.ans.net              147.225.1.10    USA (NY)
  724.     archie.sura.net             128.167.254.179 USA (MD)
  725.  
  726. To get a list, type: telnet archie.ans.net
  727. and login as 'archie' (no quotes) and type 'servers' (again, no quotes).
  728. Of course you can also try a server somewhat closer but this list
  729. is from archie.ans.net
  730. To find a file called 'filename' you would type: prog filename
  731. at the prompt. There are lots of options available, read the manual
  732. with the 'help' command (no quotes). The Archie client programs
  733. provide more functionality, tailored to your specific Operating
  734. System. Client programs are available by ftp from most archie
  735. servers.
  736.  
  737. Some of you may be wondering, why does the Anonymous FTP Sitelist exist
  738. if Archie can find files?
  739. The answer is this: Archie does not work (yet) with non-Unix sites (the
  740. number of which will increase substantially the next years with all the
  741. new users using PC's and Amiga's etc.) and another problem with Archie
  742. is that different servers can provide you with different answers depending
  743. on the ftp sites they currently have in their memory.
  744. Using a European server you might not be able to find a file in the US,
  745. but if you try a US server it's possible that it does find the file(s) you
  746. need and vice versa.
  747.  
  748. If you want your ftp server to be included in the archie database, check
  749. the documentation of some of the Archie clients. [I believe the e-mail
  750. address for updates is archie-updates@bunyip.com, but haven't checked
  751. it yet]
  752.  
  753. -----------------------------
  754.  
  755. Subject: 10. Using FSP/Gopher/WAIS/WWW to access archives.
  756.  
  757. Some sites offer retrieval of their FTP archives through Gopher,
  758. a browser for the Internet. You can use a so-called Gopher client
  759. program to connect to a Gopher server (in this case the Gopher server
  760. of the ftp-site). Type 'gopher' on your system to see if Gopher is
  761. installed. Most of the time this will bring up a menu system from which
  762. you have several choices. Check the help pages for instructions or ask
  763. a local system administrator or helpdesk on how to use it.
  764.  
  765. If Gopher does not appear to be installed, ask your local helpdesk
  766. why it isn't. Installing Gopher on your system consists of getting
  767. a client program for your Operating System and installing it.
  768. You can get client programs for Gopher for several Operating Systems
  769. from the boombox.micro.umn.edu ftp site in directory /pub/gopher
  770. and from lots of other sites around the world (check the SITELIST file
  771. for more sites).
  772. Read the Usenet newsgroup comp.infosystems.gopher for more info.
  773. If I know that a site supports Gopher (or one of the other services to
  774. be mentioned here), this info can be found in the Comments: or Server:
  775. line in the SITELIST file.
  776.  
  777. Other means of retrieving files are through the World Wide Web (WWW or W3)
  778. or WAIS. These services are extensions to the 'bare bones' FTP approach and
  779. have rapidly become more popular. They are easy to use and if you have the
  780. resources you should consider getting a client for either Gopher, WWW
  781. or WAIS (or all) from a good ftp site (e.g. ftp.ncsa.uiuc.edu for Mosaic,
  782. a WWW browser, or ftp.think.com for WAIS browsers. These sites are mirrored
  783. around the world, check the sitelist for details).
  784. Check the relevant comp.infosystems.* group or/and the sitelist for
  785. siteaddresses of clients and how to install them.
  786.  
  787. The last option to access an archive to be mentioned here is called FSP
  788. (some people say it stands for File Service Protocol, some call it FTP's
  789. Sexier Partner and others refer to it as F**cking Software Pirates).
  790. FSP has some nice features that FTP doesn't have like 'crash-recovery',
  791. the ability to transfer only the part of a file that wasn't transferred
  792. before (a la Zmodem). Using FSP means getting yourself a client program
  793. and finding FSP sites. A good place to look for clients is on
  794. ftp.germany.eu.net and you can ask for sites in alt.comp.fsp (read the
  795. FAQ and the FSP docs first). FSP is mostly used to retrieve GIF files in
  796. the background (hence the second explanation of the abbreviation) and has
  797. been used for setting up 'pirate' sites (sites that distribute
  798. commercial software, hence the third explanation). This has given it a
  799. somewhat bad name, but the idea is good. More and more admins install
  800. FSP servers because it reduces the load on their machine(s). Unfortunately,
  801. some of the client programs (notably WinFSP) appear to be buggy.
  802.  
  803. -----------------------------
  804.  
  805. Subject: 11. How do I stop the listings from scrolling off the screen?
  806.  
  807. When you're retrieving a directory listing of a large site,
  808. it's quite possible that the number of files in a directory is
  809. bigger than the number of rows on your screen. The listing then
  810. scrolls of your screen. There are several ways to avoid this.
  811. You can use 'ls -CF' or 'ls -lF'  (no quotes) to get a directory listing
  812. like the MS-DOS 'dir/w' command (a 'wide' directory listing). Also,
  813. some ftp clients support: 'ls -l "| more"' or 'dir "| more"'.
  814.  
  815. This seems to differ per site so trying some of the following
  816. might help you (note usage of spaces in the above and below examples):
  817.   ls -l |more
  818.   dir |more
  819.   dir -1 |more
  820.   Ctrl-S to stop the scrolling, Ctrl-Q to resume scrolling
  821.   Alt-Scrolllock to pause the screen and restart it again
  822.  
  823. These combinations are highly machine specific but probably one
  824. of them will work for you. Also, instead of using 'dir' or 'ls'
  825. you can try to retrieve an index file first to look at that.
  826. Either transfer the file and look at it while you're not connected
  827. to the ftp site (by using 'get filename'), transfer the file and look at
  828. it while you're connected (by using a 'shell' command, you temporarily
  829. leave the ftp client program to look at the file with some editor, 'cat'
  830. or 'more', look in the help pages of the ftp client for more info, most
  831. of the time it's:
  832. !more <filename
  833. or something similar) or read the file while you're connected by
  834. retrieving it to the screen itself, use:
  835.  
  836. get filename.idx -   (if you're working on a Unix system)
  837. get filename.idx tt  (if you're working on a VMS system, tt: for OpenVMS,
  838.                       sys$output should work in both cases)
  839. get filename.idx con (if you're working on a MS-DOS system)
  840.  
  841. I have no idea what the appropriate parameter for VM/CMS is. Any takers?
  842. Be aware that this is very useful for small files but is not very
  843. easy for large files (unless you redirect the output to some filter,
  844. like 'more'). Also, reading large files while you are connected is
  845. not recommended because it keeps the ftp server loaded. Be sensitive
  846. and don't overuse this. Get some readme or index files first and read
  847. them off-line so you know how the site is organized and where you can
  848. find things.
  849.  
  850. -----------------------------
  851.  
  852. Subject: 12. How do I set up an (Anonymous) FTP server?
  853.  
  854. I'm not maintaining one, so this is mostly from docs and experience.
  855. Any comments or corrections here would be appreciated.
  856.  
  857. First ask yourself, do I want to do this? It's a potential havoc creator,
  858. extra work and can cause serious security problems. Read the following:
  859. /pub/usenet/news.answers/computer-security/anonymous-ftp-faq
  860. on rtfm.mit.edu and some of the CERT postings in comp.security.announce
  861. (backissues available from ftp.cert.org), most notably the warnings for
  862. bugs in ftpdaemons. Another intro to the administration of Anonymous
  863. FTP Sites can be found at ftp.cs.uni-sb.de as /pub/misc/doc/misc/iafa-wg.Z
  864.  
  865. Setting up a ftpserver basically consists of getting an ftp-daemon running,
  866. setting several options and creating appropriate user(s) and directories.
  867. Most of the time you have to be 'root' or 'superuser' or 'system' on the
  868. system to pull any of this off (excluding those cases where PC users can
  869. run a ftpserver program on their machine).
  870.  
  871. There are several ftpserver programs that can be used. In most cases,
  872. the OS installed on your machine will already have a 'ftpd' program
  873. (on Unix systems, try 'man ftpd'), provided the system has TCP/IP
  874. functionality installed. The programs that come with the OS can be used
  875. without too much hassle because they are written for that OS and there are
  876. full docs available with the OS manuals (at least, they should be).
  877.  
  878. A disadvantage is that most factory servers appear to be rather limited
  879. [I can't explain the widespread use of other programs otherwise], so you
  880. might consider getting a more flexible and portable program like the
  881. Washington University of St. Louis ftpd program (or wu-ftpd for short)
  882. from ftp.wustl.edu. This version can be compiled on your (Unix)system with
  883. the right option and installed in the way the documentation describes
  884. (basically, creating the ~/ftp directory, setting some variables,
  885. checking some permissions and the existence of files, enabling the server
  886. and logging. It appears to be simple enough).
  887. The program is very widely used and updated very fast if a bug is found.
  888. Also, there's a mailinglist for users of the program.
  889. Other ftpserver programs are available from e.g. ftp.funet.fi and some
  890. sites are using custom programs.
  891.  
  892. Server programs are also available for non-Unix systems; for VAX/VMS systems
  893. there's the Multinet server (I have no idea if it's commercial or not,
  894. I guess so), for OS/2 there's the IBM TCP/IP Kit with a ftpserver program,
  895. for MS-Windows there's WinQVT Net, for MS-Windows NT there's probably also
  896. a program and for the Mac and the Amiga as well (I don't know where though).
  897. Check the 'regular' sites for these OSs for server programs, ask in the
  898. appropriate newsgroups (comp.os.*.admin, news.admin.misc, news.misc, after
  899. reading the appropriate FAQs of course!) or ask your software dealer.
  900.  
  901. As a last note, I'd like to emphasize that running a ftpserver means a
  902. potential security leak. There have been bugs in the different server
  903. programs that enabled unauthorized users to access your machine as normal
  904. or even superusers. Read the documentation of the server well and follow the
  905. comp.security advisories of the CERT.
  906.  
  907. When you're ready and have tested the server, you can mail me the addition :-)
  908.  
  909. -----------------------------
  910.  
  911. Subject: 13. How do I automate ftp sessions?
  912.  
  913. This is a new section on how to make life easier (when ftping at least).
  914. Although not very much directed at newbies it might be interesting for
  915. more experienced users. This section is in a *very* experimental stage.
  916. For now only a couple of tips, in the upcoming months this section will
  917. expand to include more general guidelines.
  918. Note: this section will be highly system specific! Not everything might
  919. work on your system. Experiment!
  920.  
  921. VMS:
  922. How to put ftp jobs in queues and automate retrieval.
  923. Create 2 .COM files with any editor (EVE, EDT, TPU, EMACS) that go something
  924. like:
  925.  
  926. JOB.COM
  927. $ ftp sitename
  928. user anonymous
  929. e-mail@address
  930. lcd localdisk:[users.username]
  931. cd /pub/useful
  932. bin
  933. get useful.zip
  934. quit
  935. $ exit
  936.  
  937. and:
  938. QUEUE.COM
  939. submit job /queue='p1' /after='p2'
  940.  
  941. Now you can type: @queue sys$batch 18:00
  942. and it will ftp the file useful.zip from site sitename after 18:00 local
  943. time. The file will be stored on disk localdisk in directory users.username
  944. (if this disk exists of course, it depends on your local situation).
  945. The jobs will be put in queue sys$batch (but you can use others,
  946. ask your local admin what queues are available).
  947.  
  948. Unix (all sorts):
  949. You can use programs like ncftp, batchftp and mirror. See the next section
  950. on where to get those programs. Also, there's a file called .netrc you can
  951. use to specify sitenames, usernames and other parameters for usage by the
  952. ftp client program. Try man ftp for more info on that.
  953. The basic format of the .netrc file is something like:
  954. machine: <sitename> login: <username> password: <password>
  955.  
  956. So for e.g. anonymous access to ftp.coast.net you would use:
  957. machine: ftp.coast.net login: anonymous password: youre-mailaddress
  958.  
  959. Note that the .netrc file will be used if and only if it contains NO
  960. password OR it contains passwords but is not readable by non-owners
  961. (i.e. read access must be OFF for group and world, so use:
  962. chmod g-r o-r .netrc or the numerical equivalent)
  963.  
  964. This part will be further extended with a sample shell script to be
  965. used with the C, bash, Korn, TCSH or whatever shell, depending on what
  966. kind of scripts and shells I can lay my hands on or on the scripts that
  967. people send in [hint!].
  968.  
  969. Thanks to Fred Bourgeois for the reminder about .netrc (it keeps slipping
  970. my mind that I should it in).
  971.  
  972.  
  973. DOS/Windows/NT/OS/2:
  974. You might be able to use a DOS client program with parameters like:
  975. ftpbin -h sitename -u anonymous get pub/useful.zip
  976. but since DOS doesn't support background processing it doesn't seem
  977. very useful to me. On the other hand, you can use those (batch) files
  978. in Windows (not very reliable), OS/2 or Windows NT. The latter two
  979. should provide the same functionality as VMS and Unix. I haven't tried
  980. it though, since I find VMS and Unix sufficient here. If anyone has good
  981. or bad experiences with this I'd like to hear. As far as I know, there
  982. are no real queue or batch ftp programs for these OSs. There are numerous
  983. clients, but they rely on active users. For client programs, check the
  984. usual OS/2, NT or Windows (winsock) sites.
  985.  
  986. Others: (VM/CMS, Mac etc.)
  987. I'm not (very) familiar with other Operating Systems. For the Mac there's
  988. Fetch, a client like WS_FTP. Very nice, but I don't think it has queue/batch
  989. possibilities (apart from being able to select a batch of files).
  990.  
  991. -----------------------------
  992.  
  993. Subject: 14. URL's of the interesting things mentioned in this text
  994.  
  995. This part of the FAQ list provides URL's (Universal Resource Locators,
  996. or Uniform Resource Locators) to be used with a WWW (World Wide Web)
  997. browser like Mosaic. By clicking on the lines below you'll supposedly
  998. retrieve the file mentioned there. [not tested yet, so don't rely on
  999. any of this stuff, it's included here for testing. Feedback appreciated]
  1000. Most of these links are also available from:
  1001.  
  1002. http://www.iaehv.nl/users/perry/ftp-list.html
  1003.  
  1004. Updates of the links in this section are first available here as well.
  1005.  
  1006.  
  1007. David Lemson's Compression List:
  1008.  
  1009. ftp://ftp.cso.uiuc.edu/doc/pcnet/compression
  1010.  
  1011.  
  1012. The Maasinfo files, maintained by Robert Maas:
  1013.  
  1014. ftp://ftp.edu.tw/documents/Internet/MaasInfo/
  1015.  
  1016.  
  1017. The EFF Guide to the Internet:
  1018.  
  1019. ftp://ftp.eff.org/pub/EFF/netguide.eff
  1020. or
  1021. ftp://ftp.eff.org/pub/Net_info/EFF_Net_Guide/
  1022.  
  1023.  
  1024. ModerXX.zip maintained by Timo Salmi:
  1025.  
  1026. ftp://garbo.uwasa.fi/pc/pd2/moder.zip
  1027.  
  1028. The moder.zip file should be linked to the correct and current moderXX.zip
  1029. file.
  1030.  
  1031.  
  1032. The Deutsche Anonyme FTP Server Liste maintained by Christian Hettler:
  1033.  
  1034. http://www.ask.uni-karlsruhe.de/ftp/ftp-list-de.html
  1035. ftp://ftp.ask.uni-karlsruhe.de/pub/info/ftp-list-de
  1036.  
  1037.  
  1038. The Dutch Anonymous FTP List maintained by Arjan de Vet:
  1039.  
  1040. ftp://ftp.iaehv.nl/pub/usenet/nlnet/nl-ftp
  1041.  
  1042.  
  1043. Some useful Internet sites in Uninet-ZA (South-African)
  1044.  
  1045. ftp://ftp.uct.ac.za/pub/archives/faq-sites.txt
  1046.  
  1047.  
  1048. Czech Republic anonymous FTP servers:
  1049. http://www.cvut.cz/cesnet/resources/ftp.htm#anon
  1050.  
  1051. Slovak Republic anonymous FTP servers:
  1052. http://nic.uakom.sk/SANET/hypertext/services.html#ftp
  1053.  
  1054.  
  1055. The Anonymous FTP Sitelist and FAQ maintained by Perry Rovers:
  1056.  
  1057. Europe:
  1058.  
  1059. ftp://garbo.uwasa.fi/pc/doc-net/ftp-list.zip
  1060.  
  1061. USA:
  1062.  
  1063. ftp://ftp.simtel.net/pub/simtelnet/info/ftp-list.zip
  1064. ftp://ftp.coast.net/SimTel/msdos/info/ftp-list.zip
  1065.  
  1066. Asia: [OFF-LINE]
  1067.  
  1068. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq
  1069. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist
  1070. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq.Z
  1071. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist.Z
  1072. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq.gz
  1073. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist.gz
  1074. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/ftp-list.zip
  1075.  
  1076. USA:
  1077.  
  1078. ftp://rtfm.mit.edu/pub/usenet/news.answers/ftp-list/faq
  1079. ftp://rtfm.mit.edu/pub/usenet/news.answers/ftp-list/sitelist/
  1080.  
  1081.  
  1082. WWW version (through Thomas Fine's FAQ to HTML conversion program)
  1083.  
  1084. http://www.cis.ohio-state/hypertext/faq/usenet/faq/ftp-list/faq/faq.html
  1085.  
  1086. WWW version (Thomas Fine's new and improved version)
  1087.  
  1088. http://www.smartpages.com/faqs/
  1089.  
  1090. WWW version (through the University of Utrecht CS dept.)
  1091.  
  1092. http://www.cs.ruu.nl/cgi-bin/faqwais/
  1093.  
  1094. WWW version (through the University of Oxford)
  1095.  
  1096. http://www.lib.ox.ac.uk/internet/news/faq/by_group/
  1097.  
  1098.  
  1099. Browsable/Searchable WWW versions:
  1100.  
  1101. University of Oslo server by gorme@ifi.uio.no (Gorm Haug Eriksen)
  1102.  
  1103. http://www.ifi.uio.no/~gorme/ftp-list.html
  1104.  
  1105. InfoNet server by cherry@info.net (Bob Cherry)
  1106.  
  1107. http://www.info.net/Public/ftp-list.html
  1108.  
  1109. MIDnet server by pkramer@mid.net (Paul H Kramer)
  1110.  
  1111. http://www.mid.net/FTP-LIST/
  1112.  
  1113. Searchable version by country, by veygmamk@cs.purdue.edu (Mikhail Veygmam)
  1114.  
  1115. http://www.cs.purdue.edu/homes/veygmamk/ftp-list.html
  1116.  
  1117. Tile searchable version with multiple views
  1118.  
  1119. http://tile.net/ftp-list/
  1120.  
  1121. National Center for Supercomputer Applications, University of Illinois at
  1122. Urbana/Champaign searchable version, maintained by blong@ncsa.uiuc.edu
  1123. (Brian Long)
  1124.  
  1125. http://hoohoo.ncsa.uiuc.edu/ftp/
  1126.  
  1127. And there's a new search engine at
  1128.  
  1129. http://ftpsearch.unit.no/
  1130.  
  1131. which is probably not using my sitelist, but which looks quite good.
  1132.  
  1133. FTP by Mail servers:
  1134.  
  1135. mailto:ftpmail@cs.uow.edu.au
  1136. mailto:ftpmail@ftp.uni-stuttgart.de
  1137. mailto:ftpmail@grasp.insa-lyon.fr
  1138. mailto:ftpmail@doc.ic.ac.uk
  1139. mailto:ftpmail@ieunet.ie
  1140. mailto:ftpmail@sunsite.unc.edu
  1141. mailto:ftpmail@ftp.uu.net
  1142.  
  1143.  
  1144. FTP by Mail server package:
  1145.  
  1146. ftp://ftp.doc.ic.ac.uk/pub/packages/ftpmail/
  1147.  
  1148.  
  1149. E-mail address to report site additions, changes etc.:
  1150.  
  1151. mailto:Perry.Rovers@IAEhv.NL
  1152.  
  1153. E-mail address for MS-Access version (i.e. don't ask me about it):
  1154.  
  1155. mailto:swicz@acc.rwu.edu
  1156.  
  1157. E-mail address for conversion to comma-delimited program (packftp)
  1158. (i.e. don't ask me about it):
  1159.  
  1160. mailto:mrr@mrsoft.network23.com
  1161.  
  1162. E-mail address for AmigaGuide version (i.e. don't ask me about it):
  1163.  
  1164. mailto:Dave_Thomas@mindlink.bc.ca
  1165.  
  1166.  
  1167. Some Archie servers:
  1168.  
  1169. Asia:
  1170.  
  1171. telnet://archie.wide.ad.jp          Japan
  1172. telnet://archie.kr                  Korea
  1173. telnet://archie.hana.nm.kr          Korea
  1174. telnet://archie.kornet.nm.kr        Korea
  1175. telnet://archie.sogang.ac.kr        Korea
  1176. telnet://archie.edu.tw              Taiwan
  1177. telnet://archie.ncu.edu.tw          Taiwan
  1178.  
  1179. Pacific:
  1180.  
  1181. telnet://archie.au                  Australia
  1182. telnet://archie.nz                  New Zealand
  1183.  
  1184. Europe:
  1185.  
  1186. telnet://archie.edvz.uni-linz.ac.at Austria
  1187. telnet://archie.univie.ac.at        Austria
  1188. telnet://archie.belnet.be           Belgium
  1189. telnet://archie.funet.fi            Finland
  1190. telnet://archie.univ-rennes1.fr     France
  1191. telnet://archie.th-darmstadt.de     Germany
  1192. telnet://archie.unipi.it            Italy
  1193. telnet://archie.uninett.no          Norway
  1194. telnet://archie.icm.edu.pl          Poland
  1195. telnet://archie.rediris.es          Spain
  1196. telnet://archie.luth.se             Sweden
  1197. telnet://archie.switch.ch           Switzerland
  1198. telnet://archie.switch.ch           Switzerland
  1199. telnet://archie.doc.ic.ac.uk        UK
  1200. telnet://archie.hensa.ac.uk         UK
  1201.  
  1202. Middle-East:
  1203.  
  1204. telnet://archie.ac.il               Israel
  1205.  
  1206. North America:
  1207.  
  1208. telnet://archie.bunyip.com          Canada
  1209. telnet://archie.cs.mcgill.ca        Canada
  1210. telnet://archie.uqam.ca             Canada
  1211. telnet://archie.sura.net            USA (MD)
  1212. telnet://archie.unl.edu             USA (NE)
  1213. telnet://archie.internic.net        USA (NJ)
  1214. telnet://archie.rutgers.edu         USA (NJ)
  1215. telnet://archie.ans.net             USA (NY)
  1216.  
  1217.  
  1218. FSP:
  1219.  
  1220. ftp://ftp.germany.eu.net/pub/networking/fsp/
  1221.  
  1222. Gopher:
  1223.  
  1224. ftp://boombox.micro.umn.edu/pub/gopher/
  1225.  
  1226. WAIS:
  1227.  
  1228. ftp://ftp.think.com/pub/
  1229.  
  1230. WWW:
  1231.  
  1232. ftp://ftp.ncsa.uiuc.edu/pub/ncsa/
  1233. ftp://ftp.w3.org/pub/www/
  1234.  
  1235.  
  1236. Setting Up a Secure Anonymous FTP Site:
  1237.  
  1238. ftp://rtfm.mit.edu/pub/usenet/news.answers/computer-security/anonymous-ftp-faq
  1239.  
  1240. Another intro to FTP site administration:
  1241.  
  1242. ftp://ftp.cs.uni-sb.de/pub/misc/doc/misc/iafa-wg.Z
  1243.  
  1244.  
  1245. FTP-client programs:
  1246.  
  1247. MS-Windows:
  1248. ftp://ftp.winsite.com/
  1249. ftp://papa.indstate.edu/winsock-l/
  1250. ftp://ftp.tucows.com/
  1251.  
  1252. [there will be more.. just started]
  1253.  
  1254. FTP-daemon programs:
  1255.  
  1256. WUSTL FTPD (wu-ftpd):
  1257. ftp://ftp.wustl.edu/pub/packages/wuarchive-ftpd/
  1258.  
  1259. FUNET ftpd:
  1260. ftp://ftp.funet.fi/pub/
  1261.  
  1262. FTP-mail packages:
  1263. ftp://ftp.doc.ic.ac.uk/packages/ftpmail/
  1264.  
  1265.  
  1266. FTP Utilities:
  1267. NcFTP
  1268. ftp://ftp.cs.unl.edu/pub/ncftp/
  1269.  
  1270. ImageMagick (contains xtp [needs to be checked])
  1271. ftp://ftp.uni-stuttgart.de/pub/scivi/
  1272.  
  1273. Batchftp:
  1274. ftp://garbo.uwasa.fi/unix/networking/ftp/batchftp102.tar.Z
  1275. ftp://garbo.uwasa.fi/unix/networking/ftp/batchftp.inf
  1276.  
  1277.  
  1278.  
  1279. ======================================================================
  1280. [End Of File]
  1281.